home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / python2.5-minimal / README.Debian < prev   
Encoding:
Text File  |  2008-10-05  |  2.5 KB  |  110 lines

  1. Contents of the python2.5-minimal package
  2. -----------------------------------------
  3.  
  4. python2.5-minimal consists of a minimum set of modules which may be needed
  5. for python scripts used during the boot process.  If other packages
  6. are needed in these scripts, don't work around the missing module, but
  7. file a bug report against this package. The modules in this package
  8. are:
  9.  
  10.   __builtin__        builtin
  11.   __future__        module
  12.   _codecs        builtin
  13.   _random        extension
  14.   _socket        extension
  15.   _sre            builtin
  16.   _struct        extension
  17.   _symtable        builtin
  18.   _types        builtin
  19.   ConfigParser        module
  20.   StringIO        module
  21.   UserDict        module
  22.   cStringIO        extension
  23.   array            extension
  24.   binascii        extension
  25.   compileall        module
  26.   copy            module
  27.   copy_reg        module
  28.   dis            module
  29.   errno            builtin
  30.   exceptions        builtin
  31.   fcntl            extension
  32.   fnmatch        module
  33.   gc            builtin
  34.   getopt        module
  35.   glob            module
  36.   grp            extension
  37.   hashlib        module
  38.   imp            builtin
  39.   inspect        module
  40.   itertools        extension
  41.   linecache        module
  42.   marshal        builtin
  43.   math            extension
  44.   md5            module
  45.   opcode        module
  46.   operator        extension
  47.   optparse        module
  48.   os            module
  49.   pickle        module
  50.   platform        module
  51.   popen2        module
  52.   posix            builtin
  53.   posixpath        module
  54.   pwd            builtin
  55.   py_compile        module
  56.   random        module
  57.   re            module
  58.   repr            module
  59.   select        extension
  60.   sha            module
  61.   socket        module
  62.   sre            module
  63.   sre_compile        module
  64.   sre_constants        module
  65.   sre_parse        module
  66.   stat            module
  67.   string        module
  68.   strop            extension
  69.   struct        module
  70.   subprocess        module
  71.   sys            builtin
  72.   syslog        extension
  73.   tempfile        module
  74.   textwrap        module
  75.   time            extension
  76.   token            module
  77.   tokenize        module
  78.   traceback        module
  79.   types            module
  80.   unicodedata        extension
  81.   warnings        module
  82.   zlib            extension
  83.  
  84. Included are as well the codecs and stringprep modules, and the encodings
  85. modules for all encodings except the multibyte encodings and the bz2 codec.
  86.  
  87. The following modules are excluded, their import is guarded from the
  88. importing module (i.e. omit the import of _ssl in socket):
  89.  
  90.   _hashlib    hashlib
  91.   os        nt ntpath os2 os2emxpath mac macpath
  92.         riscos riscospath riscosenviron
  93.   optparse    gettext
  94.   pickle    doctest
  95.   platform    tempfile
  96.   socket    _ssl
  97.   subprocess    threading
  98.  
  99. This list was derived by looking at the modules in the perl-base package,
  100. then adding python specific "core modules".
  101.  
  102. TODO's
  103. ------
  104.  
  105. - time.strptime cannot be used. The required _strptime module is not
  106.   included in the -minimal package yet. _strptime, locale, _locale and
  107.   calendar have to be added.
  108.  
  109. - modules used very often in the testsuite: copy, cPickle, operator.
  110.